* {
  padding: 0;
  margin: 0;
}

html,
body {
  font-family: Microsoft YaHei;
}

body {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

h1,
h2 {
  font-weight: normal;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  display: inline-block;
  margin: 0 0.1rem;
}

a {
  color: #333;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}

/* * {
  -webkit-transition: all .3s linear;

  -moz-transition: all .3s linear;

  -o-transition: all .3s linear;

  transition: all .3s linear;
} */



html,
body {

  -webkit-text-size-adjust: none;

}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

p {
  font-size: 12px;
  margin: 0;
}

i {
  font-style: normal;
}

.clearfix::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}



.star {
  padding-right: 5px;
  font-size: 12px;
  color: #f00;
}

.errtip {
  padding-top: 5px;
  display: none;
  color: #f00;
  font-size: 12px;
}

.toast {
  font-size: 16px;
}

.w100 {
  width: 100%;
}

.w80 {
  width: 80%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.hco {
  height: 0.8rem;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.el-drawer__container a {
  color: #333;
}

.nodata {
  width: 100%;
  text-align: center;
  padding: 0.4rem 0 0.7rem 0;
}

.sbutton {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 500;
  padding: 0.10rem 0.26rem;
  height: 0.4rem;
  font-size: 14px;
  border-radius: 20px;
}

.sbutton.blue {
  background: rgba(15, 91, 251, 1);
  color: #fff;
}

.sbutton.grey {
  border: 1px solid rgba(15, 91, 251, 1);
  color: rgba(15, 91, 251, 1);
}

.b50 {
  padding-bottom: 0.5rem;
}

.b100 {
  padding-bottom: 1rem;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  margin: 0 auto 0 auto;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.header img {
  /* float: left;*/
  max-height: 100%;
  vertical-align: middle;
}

.header .logo {
  float: left;
  display: inline-block;
  height: 0.44rem;
  margin-top: 0.2rem;
}

.header .el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.header .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  outline: 0;
  color: #fff;
}


.header>.w1200 {
  height: 100%;
  line-height: 1;
}

.con {
  width: 12rem;
  margin: 0 auto;
}

.header .el-menu--horizontal>.el-menu-item {
  height: 0.7rem;
  line-height: 0.7rem;
}

.header .el-menu--horizontal>.el-menu-item.is-active {
  border-bottom: 0px solid #409eff;

}

.header .el-menu--horizontal>.el-menu-item.is-active a {
  color: #fff;
  padding: 0.1rem 0.25rem;
  background: rgb(18, 94, 250);
  border-radius: 0.2rem;
}

.header .headerRight .el-menu.el-menu--horizontal {
  border-bottom: 0px solid #e6e6e6;
}

.header .headerRight ul li {
  float: left;
  height: 100%;
  line-height: 0.8rem;
  position: relative;
  box-sizing: border-box;
  margin: 0 0.3rem;
  cursor: pointer;
  font-size: 0.16rem;
  color: #000;
  position: relative;
  z-index: 10;
}

.header .headerRight ul li.active {
  color: #333;
  border-bottom: 3px solid #0f43ab;
}

.header .headerRight ul li.active a {
  color: #333;
}

.productcontainer .header.sheader .headerRight ul li.active {
  background: #0f43ab;
}

.header .el-menu--horizontal>.el-menu-item {
  height: 0.7rem;
  line-height: 0.7rem;
}

.header .el-menu--horizontal>.el-menu-item.is-active {
  border-bottom: 0px solid #0f43ab;
}

.header .el-menu--horizontal>.el-menu-item.is-active .router-link-exact-active {
  color: #fff;
  padding: 0.1rem 0.25rem;
  background: #0f43ab;
  border-radius: 0.2rem;
}

.headerRight {
  box-sizing: border-box;
  padding-left: 0.75rem;
  height: 0.8rem;
}

.headerRight a {
  height: 100%;

  display: block;
  color: #333;
}

.headerRight ul {
  float: left;
  height: 100%;
}

.headerRight ul .el-submenu__title {
  font-size: 0.16rem;
  color: #000;
  padding: 0;
}

.headerRight ul .router-link-exact-active {
  color: #fff;
  padding: 0.1rem 0.25rem;
  background: #0f43ab;
  ;
  border-radius: 0.2rem;
}

.el-menu.el-menu--horizontal {
  border-bottom: solid 0px #e6e6e6;
}

.headerRight .tel {
  float: left;
  height: 0.7rem;
  line-height: 0.7rem;
  padding-left: 0.5rem;
}

.productcontainer .sheader .headerRight .tel {
  display: block;
}

.headerRight .tel.momiletel {
  display: none;
}

.productcontainer .headerRight .tel.momiletel {
  display: block;
}

.productcontainer .sheader .headerRight .tel.momiletel {
  display: none;
}

.headerRight .tel img {
  padding-bottom: 2px;
  vertical-align: middle;
}

.headerRight .tel span {
  padding-left: 5px;
  font-size: 0.30rem;
  vertical-align: middle;
  color: rgb(18, 94, 250);
}

.productcontainer .sheader .headerRight .tel span {
  color: rgb(18, 94, 250);
}

.header .el-menu--horizontal .el-menu-item[data-v-29e8c3c6]:not(.is-disabled):focus,
.header .el-menu--horizontal .el-menu-item[data-v-29e8c3c6]:not(.is-disabled):hover {
  outline: 0;
  color: #000;
}

.el-carousel__item h3 {
  color: #475669;
  font-size: 0.18rem;
  opacity: 0.75;
  line-height: 3rem;
  margin: 0;
}

.el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n + 1) {
  background-color: #d3dce6;
}

.swipercon .carousel-indicators li {
  width: 0.25rem;
  height: 0.05rem;
  margin: 0;
  border: 0px solid #fff;
  background: rgba(255, 255, 255, 0.4);
}

.swipercon .carousel-indicators li.active {
  background: rgba(255, 255, 255, 1);
}

.swipercon.mobileSwipercon {
  display: none;
}

.swipercon .carousel {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper.el-carousel {
  /* height: 5.4rem; */
  overflow: hidden;
  cursor: pointer;
}

.swipercon .carousel-inner {
  height: 100%;
  overflow: hidden;
}

.swipercon .carousel-inner>.item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swipercon .carousel-inner>.item>img {
  height: 100%;
}

.swipercon .crimg {
  height: 0.5rem;
  margin-top: calc(50% - 0.5rem);
}

.swipercon .carousel-control {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.swipercon .carousel-indicators {
  bottom: 0;
}

.swipercon .carousel-control.left {
  background-image: none;
}

.swipercon .carousel-control.right {
  background-image: none;
}

.swipercon .w1200 {
  position: absolute;
  top: 0;
  left: calc(50% - 6rem);
  z-index: 1000;
  height: 100%;
  margin: 0 auto;
}

.swipercon .bleft {
  width: 55%;
  height: 100%;
  padding-top: 0.8rem;
  padding-left: 0.2rem;
  text-align: left;
  color: #fff;
}

.swipercon .bleft h3 {
  font-size: 0.42rem;
  font-weight: 600;
}

.swipercon .hyname {
  font-size: 0.28rem;
  padding-top: 10px;
}

.swipercon .bleft .bline {
  width: 0.95rem;
  height: 0.04rem;
  background: #fff;
  margin-top: 0.15rem;
}

.swipercon .bleft p {
  width: 80%;
  font-size: 0.12rem;
  color: #ede8e8;
  line-height: 0.3rem;
  padding-top: 0.2rem;
}

.swipercon .bright {
  width: 40%;
  height: 100%;

}

.swipercon .bright img {
  width: 5.2rem;
  padding-top: 0.95rem;
  margin-left: -0.5rem;
}

.swipercon .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swipercon .swiper-button-next,
.swipercon .swiper-button-prev {
  width: 0.92rem;
  height: 1.5rem;
}

.el-carousel__container {
  height: 100%;
}

.stitle {
  width: 100%;
  text-align: center;
  color: #333;
  padding: 0.5rem 0 0.3rem 0;

}

.stitle P {
  font-size: 0.32rem;
  font-weight: 600;
  padding-bottom: 0.15rem;
  margin-block-start: 0;
  margin-block-end: 0;
}

.stitle .t_bottom {
  width: 1rem;
  height: 0.05rem;
  margin: 0.1rem auto 0 auto;
  position: relative;
}

.stitle .t_bottom .bcolor {
  position: absolute;
  z-index: 1;
  left: 0.3rem;
  top: -1px;
  width: 0.4rem;
  height: 0.02rem;
  background: #3351b3;
}

.funtionServe .stitle,
.news .stitle,
.product .stitle {
  width: 100%;
  text-align: center;
  color: #333;
  padding: 0.6rem 0 0.25rem 0;
}

.funtionServe .stitle p {
  font-size: 0.28rem;
}

.funtionServe .t_bottom {
  width: 1rem;
  height: 0.05rem;
  margin: 0.1rem auto;
  background: rgba(238, 238, 238, 1);
  position: relative;
}

.funtionServe .item {
  width: 100%;
  cursor: pointer;
}

.funtionServe .item .itemcon {
  margin: 0 auto;
  padding: 0.2rem 0px;
  display: flex;
  flex-direction: row;
}

.funtionServe .item .itemcon.mobilecon {
  display: none;
}

.funtionServe .item .itemcon button {
  font-size: 0.16rem;
  margin-right: 10px;
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0 0.25rem;
}

.funtionServe .item .itemLeft {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.funtionServe .item .itemRight {
  width: 40%;
  padding-left: 0.5rem;
  align-items: center;
  justify-content: right;
}

.funtionServe .item .ditem {
  text-align: left;
  padding-bottom: 0.25rem;
}



.funtionServe .ditem h3 {
  font-weight: 500;
  padding-bottom: 0.15rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
}


.funtionServe .item .ditem p {
  font-size: 0.16rem;
  line-height: 0.25rem;
}

.funtionServe .item h3 img {
  height: 100%;
  vertical-align: middle;
  padding-right: 0.08rem;
}

.funtionServe .item:nth-child(2n) img {
  /* float: right; */
  max-width: 100%;
  vertical-align: middle;
}

.funtionServe .item:nth-child(2n) .itemLeft {
  width: 30%;
}

.funtionServe .item:nth-child(2n) .itemRight {
  width: 70%;
  text-align: right;
}



.el-button.is-round {
  padding: 0.12rem 0.3rem;
  margin: 0.3rem 0;
  height: 0.4rem;
  line-height: 0.18rem;
  font-size: 0.14rem;
}

.el-button--primary {
  color: #fff;
  background-color: rgba(21, 96, 250, 1);
  border-color: rgba(21, 96, 250, 1);
}

.el-button.demonstration {
  margin-left: 0.2rem;
  color: rgba(21, 96, 250, 1);
  border: 1px solid rgba(21, 96, 250, 1);
}

.funtionServe .el-button.demonstration {
  margin: 0.1rem auto 0.3rem auto;
}

.swiper img {
  width: 100%;
  height: 100%;
}

.news {
  height: auto;
  padding-bottom: 1.3rem;
  background: #f5f5f5;
}

.news p {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #aeaeae;
}


.news .ptheme {
  font-size: 0.15rem;
  padding: 0.1rem 0;
}

.liRight p {
  color: #6e6e6e;
  font-size: 0.14rem;
  line-height: 0.25rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  box-sizing: border-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.liRight p span {
  background: rgba(255, 255, 255, 0);
}

.liRight .pliinfo {
  max-height: 0.5rem;
  line-height: 0.3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  box-sizing: border-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news .lptheme {
  font-size: 0.15rem;
  font-weight: 600;
  color: #333;
  padding-bottom: 0.1rem;
}

.news ul {
  width: 100%;
}

.news ul li {
  position: relative;
  float: left;
  width: 48%;
  text-align: center;
  margin: 0;
  margin-right: 4%;
  padding: 0.25rem 0.1rem;
  box-sizing: border-box;
  cursor: pointer;
}

.news ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.news ul li:nth-child(2n) {
  margin-right: 0;
}

.liLeft {
  padding-right: 2%;
  text-align: left;
}

.limiddle {
  width: 1.6rem;
  height: 1.2rem;
  margin-right: 2%;
  overflow: hidden;
}

.limiddle img {
  width: 100%;
  height: 100%;

  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  object-fit: cover;
}

.limiddle:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.liRight {
  width: 53%;
}

.liRight img,
.liRight video {
  display: none;
}

.liRight .ptheme {
  padding-bottom: 20px;
}

.news ul li .imgIcon {
  width: 100%;

  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.news ul li:hover .imgIcon {

  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);

}

.news ul li:last-child {
  border-right: 0 solid #eee;
}

.news ul .activeItem {
  display: none;
}

.news ul .active .liiTem {
  display: none;
}

.news ul .active .activeItem {
  display: block;
  position: absolute;
  z-index: 900;
  left: 0;
  top: 0;
  width: 4rem;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  padding: 0.3rem 0.15rem;
  border: 1px solid #105cfb;
  cursor: pointer;
}

.news ul .active .activeItem:last-child {
  left: auto;
  right: 0;
}

.news ul .active .activeItem img {
  vertical-align: middle;
}

.news ul .ptheme {
  font-size: 0.26rem;
  color: #333;
}

.news ul .iconImg {
  width: 0.5rem;
  padding-left: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.2rem;
}


.news ul .aright {
  display: inline-block;
  width: calc(100% - 1.5rem);
}

.news .stitle {
  width: 100%;
  text-align: center;
  color: #333;

}

.news .stitle P {
  height: 0.35rem;
  text-align: center;
  font-size: 0.28rem;
  color: #333;
}



.news .bcolor {
  position: absolute;
  z-index: 1;
  left: 0.3rem;
  top: -1px;
  width: 0.4rem;
  height: 0.07rem;
  background: rgba(15, 91, 251, 1);
}

.scon {
  margin: 0 auto;
}

/* 服务模式 */
.hy {
  padding-top: 0.5rem;
  margin-bottom: 1.3rem;
}

.hy ul {
  display: flex;
}

.hy ul li {
  position: relative;
  width: 3.88rem;
  height: 2.91rem;
  text-align: center;
  margin: 0;
  margin-right: 0.18rem;
  /* box-shadow: 0 0 3px 3px rgba(14, 5, 10, 0.3); */
  overflow: hidden;
}

.hy ul li:nth-child(3n) {
  margin-right: 0;
}

.hy ul li img {
  width: 100%;

  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.hy ul li:hover img {

  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.hy .mcon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hy ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.hy ul li p {
  position: absolute;
  z-index: 1000;
  left: 0;
  bottom: 0;
  font-size: 0.16rem;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  text-align: left;
  padding-left: 0.3rem;
}

.hy ul li p:hover {
  background: rgba(0, 0, 0, .7);
  cursor: pointer;
}

.hy ul li .dtheme {
  color: #fff;
  text-align: center;
  padding: 0.1rem 0 0.12rem 0;

}

.hy ul li h3 {
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.35rem;
  margin-top: 0;
  margin-bottom: 0;
}

.hy ul li p.dcon {
  padding: 0.5rem 0.1rem;
  text-align: center;

  border-bottom: 1px solid #eee;
}

.hy ul li .tel {
  color: rgba(21, 96, 250, 1);
  font-size: 0.28rem;
  padding-top: 0.15rem;
}


.ptheme {
  font-size: 0.15rem;
  padding: 0.1rem 0;
}


.mcon {
  width: 100%;
  margin: 0 auto;
}

.cgrey {
  color: rgb(146, 146, 146);
}

/* //核心产品 */
.product {
  width: 100%;
  background: rgba(245, 245, 245);
  padding-bottom: 0.6rem;
}

.proleft {
  box-sizing: border-box;
  width: 5.22rem;
  height: 5.00rem;


  margin-right: 0.15rem;

  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.proleft a {
  display: block;
  width: 100%;
  height: 100%;
}

.proleft .pimg {
  height: 3.95rem;
  padding: 0 0.05rem;
}

.proleft img {
  width: 100%;
  height: 3.90rem;
  transition: all 0.4s;
}


.proleft img:hover {
  transform: translate(0, -10px);
}



.product .mcon p {
  font-size: 0.22rem;
  color: #333;

  text-align: left;
  padding-left: 0.4rem;
}

.product .mcon .proleft p {
  width: 100%;
  padding: 0.55rem 0.25rem 0.25rem 0.25rem;
  height: 1.05rem;
  line-height: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.product .mcon .proItem p {
  padding: 0.2rem 0.25rem 0.4rem 0.25rem;
  height: 0.85rem;
  line-height: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 0.25rem;
}

.proRight {
  width: 6.63rem;
}

.proItem {
  float: left;
  width: 3.24rem;
  height: 2.425rem;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  padding-bottom: 0.2rem;
  background: #fff;
  cursor: pointer;
}

.proItem .pimg {
  height: 1.575rem;
  padding: 0.05rem;
}


.proItem:nth-child(2n) {
  margin-right: 0
}

.proItem a {
  display: block;
  width: 100%;
  height: 100%;
}


.proItem img:hover {
  transform: translate(0, -10px);
}

.footer {
  width: 100%;
  box-sizing: border-box;
  padding: 0.4rem 1rem 0 1rem;
  color: #fff;
  box-sizing: border-box;
  background: rgba(23, 30, 48, 1);
}

.footer.mobileFooter {
  display: none;
}

.footer .leftCon {
  float: left;
  text-align: left;
}

.footer .leftCon p {
  color: #c8c8c8;
  font-size: 0.15rem;
  line-height: 20px;
  padding-bottom: 0.1rem;
}

.footer .leftCon h3 {
  font-size: 0.4rem;
  margin-top: 0;
}

.footer .leftCon img {
  margin-bottom: 0.3rem;
}

.footer .leftCon i {
  font-size: 0.2rem;
  padding-top: 1px;
  padding-right: 0.05rem;
  vertical-align: middle;
}

.footer .ptime {
  color: rgb(194, 192, 192);
  font-size: 0.14rem;
  padding-top: 0.05rem;
}

.footerLeft {
  flex: 1;
}

.footerRight {
  flex: 1;
}

.footerRight>ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}

.footerRight>ul>li {
  width: 25%;
  text-align: center;
  font-size: 0.16rem;

}

.footerRight>ul>li ul {
  width: 100%;
  padding-top: 0.3rem;
}

.footerRight>ul>li ul li {
  width: 100%;
  color: #c2c0c0;
  font-size: 0.14rem;
  margin: 0;
  line-height: 0.4rem;
}

.footerRight>ul>li ul li a {
  color: #c2c0c0;
  text-decoration: none;
}

.footerRight>ul>li ul li a:hover {
  color: #797878;
}

.footerTop {
  display: flex;
  padding-bottom: 0.3rem;
}

.dfooter {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #c8c8c8;
  font-size: 0.14rem;
  border-top: 1px solid #524d4d;
}

.dfooter a {
  color: #c8c8c8;
}

.dfooter a:hover {
  text-decoration: underline;
}

.dfooter p {
  font-size: 0.14rem;
}



/* 首页右侧 */
.applySubmit {
  box-sizing: border-box;
  width: 100%;
  padding: 0.2rem 0.1rem;
  color: #fff;
}


li .demo-ruleForm {
  width: 100%;
}


.form-horizontal {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.form-horizontal .form-group {
  width: 100%;
}

.form-horizontal label {
  font-size: 0.16rem;
  font-weight: 500;
  width: 1rem;
}

.form-horizontal .form-control {
  font-size: 14px;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 14px;
  padding: 0 0.2rem;
  border-radius: 5px;
}

.form-horizontal button {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 10px;
  background: rgb(18, 94, 250);
  color: #fff;
  font-size: 0.16rem;
  margin-top: 0.3rem;
}

.form-horizontal .btn-default:hover {
  background: rgb(18, 94, 250);
  color: #fff;
}

.nav .open>a {
  background-color: transparent;
}

.nav .open>a:hover {
  background-color: transparent;
}

.nav .open>a:focus {
  background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 3rem;
}

#wrapper.toggled #sidebar-wrapper {
  width: 3rem;
  /* padding-top: 30px; */
  box-shadow: rgba(167, 167, 168, .3) 0px 0px 3px 5px;
}

#wrapper .navbar {
  padding: 0;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
}

#wrapper .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 100%;
  top: 0;
  z-index: 1030;
}


#wrapper.toggled .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: calc(100% - 3rem);
  z-index: 11030;
}

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #fff;
  height: 100%;
  right: 3rem;
  margin-right: -3rem;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#page-content-wrapper {
  padding-top: 70px;
  width: 100%;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 3rem;
  padding-top: 40px;
}

.sidebar-nav li {
  position: relative;
  display: inline-block;
  line-height: 20px;
  width: 100%;
  padding: 10px 15px 10px 15px;
  text-align: left;
}

.sidebar-nav li i {
  float: right;
  font-size: 22px;
}

.sidebar-nav li .secondUl {
  display: none;
}

.sidebar-nav li.sactive .secondUl {
  display: block;
  padding-top: 5px;
}

.sidebar-nav li:before {
  content: '';
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}

.sidebar-nav li:first-child a {
  /* background-color: #1a1a1a; */
  color: #333
}



.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav li a {
  color: #333;
  display: block;

  text-decoration: none;
}

.sidebar-nav li.active>a {
  color: #0f43ab;
}

.sidebar-nav li a.active {
  color: #0f43ab;
}

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

.navbar .sidebar-brand {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  font-size: 26px;
  height: 45px;
  padding-right: 10px;
  line-height: 45px;
  text-align: right;
}

.navbar-inverse {
  border-color: #fff;
}

.secondCon {
  position: fixed;
  left: 0;
  top: 0.60rem;
  z-index: 100;
  width: 100%;

  background: #fff;
  /* -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear; */
  /* transition-duration: 1.5s;
  overflow: hidden; */
  /* height: 270px;
  display: none; */

  overflow: hidden;
  height: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* .headerRight ul li:hover .secondCon {
  transition: all 0.3s;
  height: 270px;
} */

.hsolution,
.haboutUs {
  box-sizing: border-box;
  padding: 0.5rem 0;
  height: 100%;
}

.wheight {
  height: 270px;
}

.swiper-container {
  width: 100%;
  height: 100%;

}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swipercon .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.05rem;
  border-radius: 2px;
  opacity: 1;
  background: rgba(255, 255, 255, .6)
}

.swipercon .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.25rem;
  height: 0.05rem;
  border-radius: 2px;
  background: rgba(255, 255, 255, 1);
}

.proIntroduction .swipercon .swiper-pagination-bullet {

  background: #d9d9d9;
}

.proIntroduction .swipercon .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}

.cpagination .page-link {
  padding: 8px 12px;
}

#j_divPage {
  width: 100%;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
}

.pagination li.active a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px !important;
    padding-left: 0;
    padding-right: 0;
  }
}

.dfooter a {
  color: #c8c8c8;
}

.dfooter a img {
  vertical-align: middle;
  padding-left:5px;
  padding-bottom: 5px;
}